C.S.Burner 🪙 ━►🔥GIT Node
Node / reticulum_mirror / MeshChatX / files / meshchatx / src / frontend / components / IconButton.vue
Displaying Raw • Download
meshchatx/src/frontend/components/IconButton.vue 65ca9ddc823fcc2c8f8653c553b944b85db0875f (65ca9ddc) Text, 436 B
T8b949e<!-- SPDX-License-Identifier: 0BSD AND MIT -->
Tff7b72<templateTff7b72>
Tff7b72<button
Te6edf3type=Ta5d6ff"button"
Te6edf3class=Ta5d6ff"text-gray-500 hover:text-gray-700 dark:text-zinc-400 dark:hover:text-zinc-100 hover:bg-gray-100 dark:hover:bg-zinc-800 p-2 rounded-full w-9 h-9 flex items-center justify-center shrink-0 transition-all duration-200"
Tff7b72>
Tff7b72<slot Tff7b72/>
Tff7b72</button>
Tff7b72</template>
Tff7b72<scriptTff7b72>
export default {
name: "IconButton",
};
Tff7b72</script>
Served by rngit 1.5.2 - Generated in 0.02s